Load required packages for entire project

library(here)
source(here("script", "1_mainRSV.R"))

 

Run the archiving script to update the RSV dataset

source(here("script", "2_fileCache.R"))
source(here("script", "3_runIfExpired.R"))

 

Load RSV datasets

source(here("script", "4_loadRSVdata.R"))

 

Seasonal dynamics of RSV by WHO region

source(here("script", "5_seasRSV_region.R"))

 

Seasonal dynamics of RSV by Hemisphere

source(here("script", "6_seasRSV_hemi.R"))

 

Dynamics of RSV in African countries

source(here("script", "7_seasRSV_afr.R"))

 

Dynamics of RSV in South East Asian countries

source(here("script", "8_seasRSV_sear.R"))

 

Dynamics of RSV in Western Pacific countries

source(here("script", "9_seasRSV_wpr.R"))

 

Dynamics of RSV in Eastern Mediterranean countries

source(here("script", "10_seasRSV_emr.R"))

 

Dynamics of RSV in European countries

source(here("script", "11_seasRSV_eur.R"))

 

Dynamics of RSV in Americas countries

source(here("script", "12_seasRSV_amr.R"))